.index-banner {
  width: 100%;
  height: 560px;
  background: url("../images/index_banner01.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.index-banner .index-banner-content {
  width: 1060px;
  margin: 202px auto;
}
.index-banner .index-banner-content > h1 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  line-height: 62px;
}
.index-banner .index-banner-content > p {
  font-size: 24px;
  color: #fff;
  line-height: 62px;
}
.index-banner .index-banner-content > a {
  display: block;
  width: 190px;
  height: 46px;
  background: #5185ff;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.index-banner .index-banner-content > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.index-notice-bar {
  width: 100%;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(204, 204, 204, 0.24);
}
.index-notice-bar .index-notice-bar-inner {
  width: 1201px;
  margin: 0 auto;
  overflow: hidden;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li {
  height: 70px;
  width: 299px;
  margin: 25px 0;
  border-left: 1px solid #efefef;
  float: left;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li > img {
  display: block;
  margin-top: -25px;
  box-shadow: 0px 0px 0px rgba(204, 204, 204, 0.4);
  border-radius: 50%;
  float: left;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li .index_notice_content {
  float: left;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li .index_notice_content > h3 {
  font-size: 20px;
  line-height: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666;
  margin: 0;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li .index_notice_content > p {
  margin-top: 15px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.index-notice-bar .index-notice-bar-inner .index-notice-bar-inner-li:last-child {
  border-right: 1px solid #efefef;
}
.theme-title {
  margin-top: 55px;
  font-size: 28px;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 15px;
  text-align: center;
}
.theme-title-underline {
  width: 46px;
  height: 2px;
  background-color: #5185FF;
  margin: 0 auto;
}
.index-market-tool {
  width: 1200px;
  height: 590px;
  margin: 0 auto;
  background: url("/images/public_half_circle.png") top center no-repeat;
  overflow: hidden;
}
.index-market-tool .index-market-tool-content {
  width: 1200px;
  margin: 148px auto;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li {
  width: 380px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(204, 204, 204, 0.4);
  border-radius: 6px;
  margin-right: 26px;
  float: left;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li .index-tool-mark {
  display: block;
  width: 144px;
  height: 144px;
  margin: -72px auto 20px;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li .index-tool-number {
  width: 46px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li .index-tool-underline {
  width: 45px;
  height: 2px;
  margin: 25px auto;
  background-color: #DDE7F0;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li > p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  text-align: center;
}
.index-market-tool .index-market-tool-content .index-market-tool-content-li:last-child {
  margin-right: 0;
}
.index-special-service {
  width: 100%;
  height: 740px;
  background: url("../images/index_service_bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden; margin-bottom:20px;
}
.index-special-service .index-realize-more {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #5185FF;
  color: #5185FF;
  margin-top: 30px;
  font-size: 16px;
  display: block;
}
.index-special-service .index-realize-more:hover {
  background-color: #5185FF;
  color: #fff;
}
.index-special-service .index-special-service-top {
  width: 1200px;
  margin: 74px auto 50px;
}
.index-special-service .index-special-service-top .index-special-service-top-title {
  width: 240px;
  margin-right: 40px;
  text-align: left;
  float: left;
}
.index-special-service .index-special-service-top .index-special-service-top-li:last-child {
  margin-right: 0;
}
.index-special-service .index-special-service-bot {
  width: 1040px;
  height: 280px;
  margin: 0 auto;
}
.index-left {
  margin-left: 0;
  text-align: left;
}
.index-special-service-top-li {
  float: left;
  width: 250px;
  padding: 20px;
  height: 260px;
  background: #ffffff;
  box-shadow: 3px 0px 30px #ccc;
  border-radius: 6px;
  margin-right: 40px; margin-top:20px;
}
.index-special-service-top-li .index-special-service-circle {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.index-special-service-top-li .index-special-service-circle:hover {
  text-decoration: none;
}
.index-special-service-top-li > h3 {
  font-size: 18px;
  color: #333;
  letter-spacing: 2px;
  margin-top: 38px;
}
.index-special-service-top-li .index-special-service-underline {
  width: 55px;
  height: 2px;
  background: #dde7f0;
  margin: 25px 0;
}
.index-special-service-top-li > p {
  font-size: 14px;
  color: #666;
}
.index-xhs {
  background-color: #FFEBEB;
}
.icon-xiaohongshu {
  color: #fa3137;
  font-size: 34px;
}
.index-woa {
  background-color: #E9F8F1;
}
.icon-weixin {
  color: #19CC5C;
  font-size: 34px;
}
.index-weibo {
  background-color: #ffe7e4;
}
.icon-weibo {
  color: #fb5959;
  font-size: 34px;
}
.index-live {
  background-color: #FEF0E8;
}
.icon-wanghongzhibo {
  color: #FF9703;
  font-size: 34px;
}
.index-video {
  background-color: #ECEAFD;
}
.icon-duanshipin {
  color: #9083FF;
  font-size: 34px;
}
.index-special-service-top-li:hover {
  background: linear-gradient(120deg, #5185ff 0%, #87bffe 99%);
  box-shadow: 0px 0px 0px rgba(204, 204, 204, 0.4);
}
.index-special-service-top-li:hover i,
.index-special-service-top-li:hover h3,
.index-special-service-top-li:hover p {
  color: #fff;
}
.index-special-service-top-li:hover .index-special-service-underline {
  background-color: #fff;
}
.index-special-service-top-li:hover .index-special-service-circle {
  background: transparent;
  border: 1px solid #fff;
}



.we-can-what{
	margin-top: 5px;
}
.index-title{
	text-align: center;
}
.index-title h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 56px;
}
.index-title h3 b{
	font-size: 36px;
	color: #199fff;
}
.index-title p{
	font-size: 20px;
	line-height: 40px;
}
.we-can-what .con{
	margin-top: 40px;
}
.we-can-what .con ul{
	margin:10px;
	box-shadow: 0 0 10px #e8e8e8;
}
.we-can-what .con li{
	width: 294px;
	float: left;
	text-align: center;
	border-right: 1px solid #eaeaea;
}
.we-can-what .con li  a:hover{
	padding-bottom: 26px;
	width: 90px;
	height: 90px;
	background: #199fff;
	text-align: center;
}

.we-can-what .con li:last-child{
	border-right:0;
}
.we-can-what .con li  figure{
	width: 90px;
	height: 90px;
	background: #199fff;
	text-align: center;
	margin:0 auto;
}
.we-can-what .con li figure.img2{
	display: none;
}
.we-can-what .con li figure img{
	height: 45px;
	padding-top: 23px;
}
.we-can-what .con li .title{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	padding:10px 0;
	color:black;
}
.we-can-what .con li .text{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding:0 24px;
	height: 80px;
}
.we-can-what .con li .post-now{display:none;
	width: 168px;
	height: 48px;
	border:1px solid #199fff;
	border-radius: 10px;
	margin:0 auto;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #199fff;
	margin-top:15px;
}

 

.we-advantage{
	margin-top:50px;
	background: #f8f8f8;
	padding:30px 0 50px 0;
}
.we-advantage .con{
	background: url(../images/index09.png) no-repeat center center;
	width: 1412px;
	margin:0 auto;
	height: 561px;
	margin-top: 50px;
	position: relative;
}
.we-advantage .con ul li{
	float: left;
	position: absolute;
}
.we-advantage .con ul li .title{
	font-size: 20px;
	line-height: 40px;
}
.we-advantage .con ul li .text{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.we-advantage .con ul li figure{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	text-align: center;
	background: -webkit-radial-gradient(circle,  #7a79fd, #66aafe); /* Safari 5.1 - 6.0 */
  	background: -o-radial-gradient(circle,  #7a79fd, #66aafe); /* Opera 11.6 - 12.0 */
  	background: -moz-radial-gradient(circle,  #7a79fd, #66aafe); /* Firefox 3.6 - 15 */
  	background: radial-gradient(circle, #7a79fd, #66aafe); /* æ ‡å‡†çš„è¯­æ³• */
  	box-shadow: 0 0 5px #66aafe;
  	margin:5px;
  	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.we-advantage .con ul li figure:hover{
	transform:rotate(-360deg);
    -ms-transform:rotate(-360deg); 	/* IE 9 */
    -moz-transform:rotate(-360deg); 	/* Firefox */
    -webkit-transform:rotate(-360deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(-360deg); 	/* Opera */
}
.we-advantage .con ul li figure img{
	height: 50px;
	line-height: 90px;
	padding-top: 18px;
}
.we-advantage .con ul li .info{
	padding-top: 10px;
	width: 340px;
}
.we-advantage .con ul li.c1 .info,
.we-advantage .con ul li.c3 .info,
.we-advantage .con ul li.c5 .info{
	padding-right:15px;
	text-align: right;
}
.we-advantage .con ul li.c2 .info,
.we-advantage .con ul li.c4 .info,
.we-advantage .con ul li.c6 .info{
	padding-left:15px;
	text-align: left;
}
.we-advantage .con ul li.c1{
	left:110px;
	top:25px;
}
.we-advantage .con ul li.c2{
	right:110px;
	top:25px;
}
.we-advantage .con ul li.c3{
	left:20px;
	top:236px;
}
.we-advantage .con ul li.c4{
	right:20px;
	top:236px;
}
.we-advantage .con ul li.c4 .info{
	padding-top: 0;
}
.we-advantage .con ul li.c5{
	left:100px;
	top:436px;
}
.we-advantage .con ul li.c6{
	right:100px;
	top:436px;
}
.publish-process{
	margin:50px 0;
}
.publish-process .con{
	position: relative;
	margin-top: 50px;
}
.publish-process .con .border{
	border:7px solid #199fff;
	position: absolute;
	width: 100%;
	z-index: 0;
	top:42px;
}
.publish-process .con ul{
	position: relative;
	z-index: 1;
}
.publish-process .con ul li{
	width: 140px;
	float: left;
	margin:0 30px;
}
.publish-process .con ul li figure{
	width: 95px;
	height: 95px;
	background: #fff;
	border-radius: 50%;
	border:1px solid #199fff;
	margin:0 auto;
}
.publish-process .con ul li figure p{
	width: 79px;
	height: 79px;
	background: #199fff;
	border-radius: 50%;
	text-align: center;
	margin:0 auto;
	margin-top:8px;
}
.publish-process .con ul li figure img{
	height: 40px;
	padding-top: 20px;
}
.publish-process .con ul li .sx{
	display: block;
	width: 1px;
	height: 37px;
	background: #199fff;
	margin:0 auto;
}
.publish-process .con ul li .numb{
	font-size: 18px;
	color: #199fff;
	border:1px solid #199fff;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin:0 auto;
}
.publish-process .con ul li .title{
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

.wrap {
    width: 1200px; 
    margin: 0 auto;
    overflow: hidden;
}
/* 底部 */

.t_foot {
    width: 100%;
    float: left;
    overflow: hidden;
}

.t_foot a {
    color: #fff;
}

.t_foot_link_mid {
    min-width: 1200px;
    max-width: 1700px;
    width: 98%;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
}

.t_foot_link_mid a {
    margin-right: 15px;
    font-size: 12px;
    color: #999;
}

.t_foot_link_tit {
    height: auto;
    font-size: 16px;
    color: #333;
    border-left: 4px solid #379be9;
    padding-left: 15px;
}

.t_foot_linklist {
    font-size: 12px;
    color: #333;
    line-height: 27px;
    overflow: hidden;
    margin: 10px 0 5px 0;
}

.t_foot_linklist ul li {
    font-size: 12px;
    color: #333;
    float: left;
}

.t_foot_bottom {
    width: 100%;
    height: 110px;
    float: left;
    background: #000;
    font-size: 12px;
}

.t_foot_bottom_mid {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.t_foot_bottom_list {
    width: 1200px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.t_foot_bot_txt_list {
    width: 450px;
    height: auto;
    margin: 0 auto;
}

.t_foot_bot_txt_list a {
    width: 100px;
    height: auto;
    text-align: center;
    color: #fff;
    float: left;
}

.t_foot_record_info {
    width: 1200px;
    height: auto;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.t_foot_bottom_mid p {
    width: 1200px;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.fr {
    float: right;
}.fl {
    float: left;
}
.center-card {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.newTitle {
    line-height: 50px;
    overflow: hidden;
}
.newTitle h2 {
    color: #333333;
    font-size: 36px;
    float: left;
}
.newTitle a {
    color: #fa3049;
    font-size: 18px;
    float: right;
}
.lists {
    margin-top: 20px;
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: #b4bbc1;
}
.lists li
{
	float: left;
	width: 33%;
}
.lists .title {
    width: calc(100% - 100px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists .time {
    width: 100px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}